home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jlut522.zip / HLP.ZIP / UT.HLP < prev    next >
Text File  |  1993-05-02  |  4KB  |  87 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ Option:  UT  UTILITIES......................................................│
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Syntax  
  6. ═══════════════════════════════════════════════════════════════════════════════
  7. JLUTIL /UT [Parameters] [-Switches]
  8.  
  9. JLUTIL /UT  ExampleDoorFile,OutPutDoorFile -D
  10. JLUTIL /UT  File,ExChangeStr -X
  11. JLUTIL /UT  DosDirPattern,From(ORD(AreaSign)),To(ORD(AreaSign)) -M
  12. JLUTIL /UT  LogFile,String -L
  13. JLUTIL /UT  FileName -C
  14. ═══════════════════════════════════════════════════════════════════════════════
  15.  
  16. Switch Description  
  17. ═══════════════════════════════════════════════════════════════════════════════
  18.  -X    ExChange                to partizipate in two or
  19.                                more GT Nets (AFSN, GTPN,
  20.  -M    GTMDIR.BBS handling     WAP, etc...)
  21.  -D    DoorMaker
  22.  -L    add line to LogFile
  23.  -S    Setting up CommandFiles for JLUTIL
  24.  -C    CheckSum of files
  25. ═══════════════════════════════════════════════════════════════════════════════
  26.  
  27. Param               Description  
  28. ═══════════════════════════════════════════════════════════════════════════════
  29. ExampleDoorFile     This file includes text and the variables. JLUTIL
  30.                     uses this file to create OutPutDoorFile.
  31. OutPutDoorFile      This File will be created from JLUTIL.
  32. File                File, in which JLUTIL searches for ExChangeStr.
  33. ExChangeStr         JLUTIL searches for this Pattern.
  34. DosDirPattern       JLUTIL looks in GTMDIR.BBS, if there are MsgAreas,
  35.                     which have this pattern in them. (POS(DosDirPattern,
  36.                     DosDirOFMsgArea) > 0) 
  37. From(ORD(AreaSign)) The MsgAreaFlag, which will be changed.
  38. To(ORD(AreaSign))   The MsgAreaFlag is now To(), if the DosDirPattern
  39.                     was a part of the DosDir of the MsgArea and From()
  40.                     was the MsgAreaFlag.
  41. ═══════════════════════════════════════════════════════════════════════════════
  42.  
  43. Explanation  
  44. ═══════════════════════════════════════════════════════════════════════════════
  45. DoorMaker:  Make your own DoorFile eg: DOOR.BPS and uses some variables.
  46.             Run JLUTIL /UT DOOR.BPS DOOR.SYS -D. The Result File is in
  47.             DOOR.SYS. Interessting, or not ?  So you can create your own
  48.             door-files.
  49.  
  50.             DOOR.BPS--------                 DOOR.SYS-------------
  51.             Speed: @BPS                      Speed: 9600
  52.             Name:  @AFN @ALN                 Name:  Juergen Lorenz
  53.             DTR:   @DTR                      DTR:   38400
  54.             LEVEL: @LVL                      LEVEL: 0
  55.             COM:   @COM                      COM:   8
  56.             ----------------                 ---------------------
  57.  
  58.  
  59.  
  60. Exchange:   Run JLUTIL /UT GT.CNF,CM=1 -X
  61.  
  62.             This will set the CM= to 1 in GT.CNF. Very useful for Sysops,
  63.             who use FrontDoor or Binkley. Just exchange the Speed. Or
  64.             different Net/Nodes. Just exchange NET= and NODE= in Schedule.bbs.
  65.  
  66.  
  67. GTMDIR.BBS: Run JLUTIL /UT NET,126,60 -M
  68.  
  69.             This opens GTMDIR.BBS and searches for DosDirs of MsgAreas,
  70.             which have NET in it. eg. E:\GT\NET_GTPN, then it looks, if
  71.             this MsgArea has the MsgSign ~ (CHR(126) = ~) => NetMailArea,
  72.             if so, it changes the Flag to < (= CHR(60)).
  73.  
  74. LogFile:    Run JLUTIL /UT GT.LOG,@MMD @TIM   ; Comment  -L
  75.  
  76.             This adds the String to the LogFile.
  77.  
  78. Setting up: This options assists you, setting up CommandFiles for the
  79.             GC option for options like CM, DM, CA etc.
  80.  
  81. CheckSum:   This option creates checksums of files.
  82. ═══════════════════════════════════════════════════════════════════════════════
  83.  
  84.  
  85.  
  86.  
  87.